projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c749e
)
build: Update CLEANFILES
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 26 Oct 2016 15:10:35 +0000
(16:10 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 26 Oct 2016 15:10:35 +0000
(16:10 +0100)
We use nodist for gir and typelib files, because we expect them to be
rebuilt.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index 458625963f4bc698ccb17aad5925446e60b7e2f1..941de3f28ec9154bd5c231fa60f7a73aa81d63f5 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-1,5
+1,3
@@
-AUTOMAKE_OPTIONS = subdir-objects
-
include $(top_srcdir)/Makefile.decl
GTK_BASE_CFLAGS_DEFINES = \
@@
-1575,7
+1573,7
@@
nodist_gir_DATA = $(INTROSPECTION_GIRS) $(EXTRA_GIRS)
typelibsdir = $(libdir)/girepository-1.0
nodist_typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) $(EXTRA_GIRS:.gir=.typelib)
-CLEANFILES += $(
gir_DATA) $(
typelibs_DATA)
+CLEANFILES += $(
nodist_gir_DATA) $(nodist_
typelibs_DATA)
endif
#